@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination {
  display: inline-block;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #005cbb;
  width: 20px;
  border-radius: 5px;
}
.swiper1 .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(next.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(prev.png) center center no-repeat;
  margin-top: -25px;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.tit {
  font-size: 30px;
  margin: 60px auto;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.tit span {
  color: #005cbb;
  font-weight: bold;
}
.index-about {
  display: flex;
  justify-content: space-between;
}
.index-about .index-about-left {
  width: 600px;
}
.index-about .index-about-left h3 {
  color: #005cbb;
  font-size: 18px;
  font-weight: bolder;
}
.index-about .index-about-con {
  font-size: 14px;
  color: black;
  margin-bottom: 30px;
}
.index-about .index-about-con p {
  margin-top: 20px;
  line-height: 23px;
}
.index-about .index-about-right {
  width: 520px;
}
.index-about .index-about-right .video_cover {
  width: 100%;
}
.roll_box {
  -webkit-perspective: 500px;
  perspective: 500px;
  position: relative;
}
.roll1 {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: 50% 50% -25px;
  -ms-transform-origin: 50% 50% -25px;
  transform-origin: 50% 50% -25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.roll2 {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: 50% 50% -22px;
  -ms-transform-origin: 50% 50% -22px;
  transform-origin: 50% 50% -22px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  display: none\9;
}
.roll_box:hover .roll1 {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  display: none\9;
  z-index: 0;
  opacity: 0;
}
.roll_box:hover .roll2 {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  display: block\9;
  z-index: 1;
  opacity: 1;
}
.more1 a {
  display: block;
  width: 140px;
  height: 40px;
}
.more1 .face1 {
  border: 1px solid #005cbb;
  line-height: 40px;
  font-size: 0;
  color: #005cbb;
  text-align: center;
  height: 40px;
}
.more1 .face1 .t {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  opacity: 1;
}
.more1 .face2 {
  background: #005cbb;
  border: 1px solid #005cbb;
  color: #fff;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  height: 40px;
  transform-origin: 50% 50% -25px;
  -webkit-transform-origin: 50% 50% -25px;
}
.more1 .face2 .t {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
}
.company-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.company-num dl {
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-num .bor {
  width: 1px;
  background-color: #e7e7e7;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 200;
  height: 200px;
}
.company-num dl dt {
  margin-right: 50px;
}
.company-num dl dt h3 {
  font-size: 16px;
  color: #7d7d7d;
  display: block;
  margin-bottom: 10px;
}
.company-num dl dt span {
  font-size: 32px;
  color: #005cbb;
  font-weight: bolder;
  font-family: Arial;
}
.company-num dl dt b {
  font-size: 16px;
  color: #005cbb;
}
.bg {
    width: 90%;
    margin: 0 auto;
  overflow: hidden;
}
.owl-newslist {
  margin-bottom: 60px;
}
.owl-newslist .item {
  display: flex;
  background: #fff url(sjx.png) right bottom no-repeat;
}
.owl-newslist .item img {
  width: 530px;
}
.owl-newslist .item .index-news-con {
  padding: 20px;
  box-sizing: border-box;
}
.owl-newslist .item .index-news-con h3 {
  font-size: 22px;
  color: #005cbb;
  font-weight: bold;
  margin-bottom: 20px;
}
.owl-newslist .item .index-news-con p {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 25px;
}
.owl-carousel .owl-buttons {
  height: 70px;
  margin-top: -70px;
}
.owl-carousel .owl-buttons div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.owl-carousel .owl-buttons .owl-prev {
  position: absolute;
  left: -130px;
  top: 50%;
  margin-top: -35px;
  background: #ededed url(prev.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-prev:hover {
  background: #0168b7 url(prev.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  right: -130px;
  top: 50%;
  margin-top: -35px;
  background: #ededed url(next.png) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next:hover {
  background: #0168b7 url(next.png) center center no-repeat;
}
.owl-carousel .owl-pagination {
  display: none;
}
.owl-guestlist .item {
  background-color: #f8f9fc;
  display: block;
  margin: 20px;
  text-align: center;
  height: 340px;
}
.owl-guestlist .item img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 30px auto;
}
.owl-guestlist .item h3 {
  display: block;
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.owl-guestlist .item p {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
}
.owl-guestlist .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.index-productlist {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  flex-wrap: wrap;
}
.index-productlist a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 25%;
	background-color: #fff;
	width: 382px;
	height: 182px;
	margin-bottom: 30px;
	cursor: pointer;
}
.index-productlist a img.icon2 {
  display: none;
}
.index-productlist a:hover {
  background: url(hx_bg.png);
  background-size: 100%;
}
.index-productlist a:hover img.icon2 {
  display: block;
}
.index-productlist a:hover img.icon1 {
  display: none;
}
.index-productlist a h3 {
	font-size: 16px;
	text-align: center;
	display: block;
	color: black;
	margin-top: 25px;
}
.index-productlist a:hover h3 {
  color: white;
}
.index-guest {
  margin-bottom: 60px;
}
.more2 {
  text-align: center;
  margin-top: 20px;
}
.more2 A {
  display: block;
  width: 240px;
  line-height: 50px;
  color: #005cbb;
  border: 1px solid #005cbb;
  border-radius: 5px;
  margin: 0 auto;
}
.more2 A:hover {
  background-color: #005cbb;
  color: #fff;
}
.owl-hdlist {
  margin-bottom: 50px;
}
.owl-hdlist .item {
  margin: 0 20px;
}
.owl-hdlist .item img {
  width: 100%;
}
.owl-hdlist .item {
  display: flex;
  flex-direction: column;
}
.owl-hdlist .item h3 {
  font-size: 18px;
  color: #626262;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.owl-hdlist .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.owl-hdlist .item .mo {
  display: flex;
  align-items: center;
  margin-top: 20px;
  height: 25px;
}
.owl-hdlist .item .mo .time {
  width: 65%;
}
.owl-hdlist .item .hdmore {
  display: block;
  width: 0;
  position: relative;
  border-top: 1px solid #408dc9;
  transition: all 0.5s ease;
}
.owl-hdlist .item:hover .hdmore {
  width: 30%;
}
.owl-hdlist .item .hdmore .jt {
  position: absolute;
  top: -13px;
  right: -13px;
  font-size: 17px;
  color: #408dc9;
  opacity: 0;
  transition: all 0.5s ease;
}
.owl-hdlist .item:hover .jt {
  opacity: 1;
}
#rollAD {
	height: 469px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#rollText {
  position: absolute;
}
#rollText li {
	float: left;
	width: 235px;
	height: 100px;
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#rollText li img {
  width: 288px;
  height: 98px;
  border: 1px solid #eee;
}
#rollAD1 {
	height: 80px;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#rollText1 {
  position: absolute;
}
#rollText1 li {
  float: left;
  width: 160px;
  height: 60px;
  list-style: none;
  margin: 0 10px 20px 0px;
}
#rollText1 li img {
  width: 158px;
  height: 58px;
  border: 1px solid #eee;
}
.imglist {
  display: none;
}
.owl-plist {
  margin-bottom: 50px;
}
.owl-plist .item {
  display: block;
  margin: 0 20px;
  position: relative;
  text-align: center;
}
.owl-plist .item img {
  width: 100%;
}
.owl-plist .item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
  z-index: 20;
  font-size: 14px;
  color: white;
  display: none;
}
.owl-plist .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 187, 0.5);
  z-index: 10;
  display: none;
}
.owl-plist .item:hover h3 {
  display: block;
}
.owl-plist .item:hover::before {
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .tit {
    margin: 20px auto;
    font-size: 20px;
  }
  .index-about {
    flex-direction: column;
  }
  .index-about .index-about-left {
    width: 100%;
    order: 2;
    margin-top: 10px;
  }
  .index-about .index-about-right {
    width: 100%;
    order: 1;
  }
  .video_cover {
    width: 100%;
  }
  .more1 a {
    margin: 0 auto;
  }
  .company-num {
    flex-direction: column;
    border: 1px solid #E7E7E7;
  }
  .company-num .bor {
    width: 100%;
    height: 1px;
  }
  .company-num dl {
    height: 150px;
  }
  .owl-newslist .item {
    display: block;
  }
  .owl-newslist .item img {
    width: 100%;
  }
  .owl-carousel .owl-buttons {
    display: none;
  }
  .owl-carousel .owl-pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .owl-carousel .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #959595;
    margin-right: 5px;
    *display: inline;
    *zoom: 1;
  }
  .owl-carousel .owl-pagination .active {
    background-color: #0168b7;
  }
  .index-productlist a {
    width: 46%;
    height: 100%;
    min-height: 180px;
    padding: 20px 0;
    margin: 10px 2%;
    box-sizing: border-box;
  }
  #rollAD,
  #rollAD1 {
    display: none;
  }
  .imglist {
    display: block;
    overflow: hidden;
  }
  .imglist li {
    width: 48%;
    margin: 10px 1%;
    height: auto;
    float: left;
  }
  .imglist li img {
    width: 100%;
    height: auto;
    border: 1px solid #E7E7E7;
  }
  .more2 A {
    display: block;
    width: 50%;
    line-height: 40px;
  }
}
